home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Applications / Alpha.5.96 folder / README < prev   
Encoding:
Text File  |  1994-09-21  |  2.0 KB  |  60 lines  |  [TEXT/ALFA]

  1.  
  2.                         NOTES 10/1/94  --  Alpha 5.95
  3.  
  4. ===========================================================================
  5. = A word on installation...           IMPORTANT!
  6. ===========================================================================
  7.  
  8. Tcl was originally written for unix-like systems.  These systems typically 
  9. do not have many special characters in their file names.  Initially, tcl 
  10. refused to work even w/ pathnames that contain spaces.  The Tcl source 
  11. itself works fine w/ these names, but tcl scripts have to be careful in how 
  12. the names are manipulated.  This problem gets even worse if the filename 
  13. contains square brackets ('[' and ']'), curly braces, or other 
  14. non-alphanumeric characters.  I've fixed all the scripts that I've found 
  15. choke on pathnames w/ spaces, but many of them still don't work w/ square 
  16. brackets.
  17.  
  18.     
  19. ===========================================================================
  20. THINK C
  21. ===========================================================================
  22. See the documentation under the help menu item "Intro" about support for 
  23. support for Think's external editor interface.
  24.  
  25.  
  26.  
  27. ===========================================================================
  28. INTERNATIONAL USERS
  29. ===========================================================================
  30. Starting in 5.95, Alpha will automatically prompt you for keyboard type 
  31. the first time you start up, and one of the following commands to your 
  32. userStartup.tcl file. If you want to change this setting at a later time, 
  33. search userStartup.tcl, remove the offending lines, and restart.
  34.  
  35. U.S. keyboard:
  36.  
  37.  init 0 2
  38.  
  39. International keyboard:
  40.  
  41.  init 1 2
  42.  
  43. With the second setting, will now use your native KCHR.  However, the key 
  44. binding labels (such as F1 etc.) may not work, and option-e etc.  are now 
  45. "dead keys".
  46.  
  47. By default, the option key is used as a META key, duplicating escape 
  48. key sequences. To use the option key to create option characacter 
  49. combinations, change the line:
  50.  
  51.  set optionIsMeta 1
  52.  
  53. to:
  54.  
  55.  set optionIsMeta 0
  56.  
  57.  
  58.  
  59. pete
  60.